.invoicesframe {
	box-shadow: 3px 0px 3px #666, -3px 0px 3px #666;
}
.invoicesframe-body {
	background-color: #f5f5f5 !important;
}
.invoicesframe-pnlframe {
	background-color: #f5f5f5 !important;
}
.invoicesframe-pnlframe-body {
}
.invoicesframe-pnlmain {
}
.invoicesframe-pnlmain-body {
}
.invoicesframe-pnlheader {
}
.invoicesframe-pnlheader-body {
	background-color: rgb(58 58 58) !important;
}
.invoicesframe-htmlinvoicelist-body {
	overflow-y: scroll !important;
}
.invoicesframe-header-table {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	border-collapse: collapse;
	height: 100%;
	background-color: #045e71;
}
.invoicesframe-header-title {
	text-align: center;
	color: #fff;
	font-size: 17px;
	padding-left: 29px;
	white-space: nowrap;
	width: 1px;
}
.invoicesframe-header-datefilter-table {
	margin: auto;
}
.invoicesframe-datefilter-button {
	padding: 5px 20px 5px 20px;
	font-weight: bold;
	border-radius: 3px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px 0px;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
	color: #353121;
    background-color: #d4cbae;
}
.invoicesframe-datefilter-button-hover:hover {
	background-color: rgb(173,158,137);;
}
.invoicesframe-datefilter-text {
	color: rgb(236, 236, 236);
	font-size: 11px;
	font-weight: bold;
	text-align: center;
    padding-bottom: 5px;
}
.invoicesframe-datefilter-sep {
	color: #fff;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 11px;
	font-weight: bold;
}
#invoicesframe-header-table-filter {
	width: 100%;
}
.invoicesframe-bottom {
    background-color: #497b86 !important;
}
.invoicesframe-bottom-button {
    font-family: Tahoma;
    font-size: 12px;
    border-radius: 3px;
    margin: 10px auto auto auto;
    background-image: linear-gradient(#ff7575, rgba(255, 00, 0, 1));
    color: rgb(255, 255, 255);
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
	cursor: pointer;
}
.invoicesframe-bottom-button-caption {
	margin: 30px auto auto auto;
    vertical-align: middle;
    text-align: center;
    height: 26px;
    padding-left: 20px;
    padding-right: 20px;
	font-weight: bold;
}
.iframe-invoices-info {
	text-align: center;
	width: 100%;
	margin-top: 10px;
}
.invoicesframe-header-table .right-column {
	font-size: 11px;
	width: auto;
	margin-right: 30px;
	margin-left: auto;
	border-collapse: collapse;
}
.invoicesframe-header-table .button {
	padding: 5px 20px 5px 20px;
	font-weight: bold;
	border-radius: 3px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px 0px;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
}
.invoicesframe-header-table .button-pay {
	background-color: #0097d4;
	color: #fff;
}
.invoicesframe-header-table .button-pay:hover {
	background-color: #026a94;
}
#iframe-invoices-info-text {
	padding: 5px 0px 5px 10px;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	color: #353121;
    background-color: #d4cbae;
}

